GetHistogramsResponse

data class GetHistogramsResponse(histograms: List<Histogram>)

Represents response frame that is returned from Browser#getHistograms operation call. Get Chrome histograms.

See also

Constructors

GetHistogramsResponse
Link copied to clipboard
fun GetHistogramsResponse(histograms: List<Histogram>)

Properties

histograms
Link copied to clipboard
val histograms: List<Histogram>
Histograms.

Sources

jvm source
Link copied to clipboard